DynamicListWidget

constructor(client: MinecraftClient, entryBuilders: List<BiFunction<DynamicListWidget, Int, out DynamicListWidget.Entry>>, x: Int, y: Int, width: Int, height: Int, spec: DynamicListWidget.ListSpec = ListSpec())

Parameters

client

MinecraftClient instance

entryBuilders

List<BiFunctionEntry>> - builders for the initial entry set. Fzzy Config is built on a "lazy-as-possible" paradigm, so the entries themselves aren't passed here.

x

horizontal position of the left edge of the widget in pixels

y

vertical position of the top edge of the widget in pixels

width

width of the widget in pixels

height

height of the widget in pixels

spec

ListSpec widget options for customizing list visuals and behavior.